home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / FSRCHWIN.ARJ / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-05  |  455b  |  18 lines

  1. echo off
  2. if "%1" == "" goto missing
  3. if not exist %1:\fsrch.exe goto missing
  4. if not exist %2:*.* goto missing
  5. %2:
  6. md \fsrch
  7. cd \fsrch
  8. echo on
  9. copy %1:\fsrch.exe %2:\fsrch\fsrch.exe
  10. copy %1:\fsrch.hlp %2:\fsrch\fsrch.hlp
  11. copy %1:\fsrch.ima %2:\fsrch\fsrch.ima
  12. goto done
  13. :missing
  14. echo Call Install with "INSTALL x y" where
  15. echo       x = drive letter for FSRCH installation files
  16. echo       y = drive letter for target of installation
  17. :done
  18.